-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Use click instead of argparse on PydanticAI CLI #3080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@DouweM Unrelated linting errors to this PR still seem to be showing up. Thought it was an issue with my rebase in my closed PR |
|
@assadyousuf Looking it |
|
Everything is ready on this PR now |
…his so pyright stops complaining
| "examples/pydantic_ai_examples/weather_agent_gradio.py", | ||
| "pydantic_ai_slim/pydantic_ai/ext/aci.py", # aci-sdk is too niche to be added as an (optional) dependency | ||
| "pydantic_ai_slim/pydantic_ai/ext/aci.py", # aci-sdk is too niche to be added as an (optional) dependency | ||
| "examples/pydantic_ai_examples/slack_lead_qualifier/modal.py", # modal does not fully define its types, so we need this to stop pyright from complaining. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran make sync due to adding click as a dependency. The upgrade to modal lib reflected here as a result of the package upgrades introduces some types that are not fully defined. Added this so the linter stops complaining and CI passes
|
@Kludex Can i get one more review on this? |
Closes #1702